Exchange 2007 - Script to list users with "Automatically update e-mail address..." unchecked
Since moving to Exch 07 last month it has become apparently that we have quite a number of users that will need to have the "Automatically update e-mail addresses based on e-mail policy" check mark removed (employees that get married and change names is one reason). I would like to be able to keep up with all of the users that end up with this setting disabled using a PowerShell v1 script, but have not been able to find one. Anyone out there have an idea on that?This might need to go to a PS forum as well, but I will start with the Exchange folks. Thanks.
April 3rd, 2009 5:37pm

Below cmdlet gives you list of mailboxes which had email address policy checkbox removed. Get-Mailbox -ResultSize Unlimited | Where {$_.EmailAddressPolicyEnabled -eq $False}Amit Tank | MVP - Exchange | MCITP:EMA MCSA:M | http://ExchangeShare.WordPress.com
Free Windows Admin Tool Kit Click here and download it now
April 3rd, 2009 5:59pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics